From: Nick Roberts Date: Thu, 8 Jan 2004 22:09:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24530 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a90a15d9d4288f0ef530b9f323ab6f64f2bb359d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 456c48ce33c..118cc53fb42 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-01-08 Nick Roberts + + * gdb-ui.el (gdb-ann3): Revert previous change. + (gdb-source-info): Allow for case of where compilation directory + is not recorded. + 2004-01-08 John Paul Wallington * emerge.el (emerge-restore-buffer-characteristics): Doc fix. @@ -7,8 +13,9 @@ * progmodes/gud.el (gdb-first-prompt): Renamed from gdb-first-pre-prompt - * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3. Use GDB - command "set width 0" to prevent word wrapping problems. + * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3. + (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping + problems. (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3. 2004-01-07 Luc Teirlinck